func runtime.asanunpoison
5 uses
runtime (current package)
arena.go#L793: asanunpoison(unsafe.Pointer(span.base()), span.elemsize)
asan0.go#L21: func asanunpoison(addr unsafe.Pointer, sz uintptr) { throw("asan") }
malloc.go#L1081: asanunpoison(x, size-asanRZ)
proc.go#L5293: asanunpoison(unsafe.Pointer(gp.stack.lo), gp.stack.hi-gp.stack.lo)
stack.go#L432: asanunpoison(v, uintptr(n))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)